Skip to content

WireMod Closure Update for icaruscode develop - #913

Open
gputnam wants to merge 36 commits into
developfrom
feature/fpoppi_wiremod_diagnostic_gputnam_dev
Open

WireMod Closure Update for icaruscode develop#913
gputnam wants to merge 36 commits into
developfrom
feature/fpoppi_wiremod_diagnostic_gputnam_dev

Conversation

@gputnam

@gputnam gputnam commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

No description provided.

jas1005 and others added 30 commits July 14, 2026 17:56
…PropertiesData. Also change some MessageFacility calls
…age of SignalROIF, rounding of floats, fixed scaling factors to 1 at al. )
Moved the TGraph2D interpolation to an option (UseGraph2DInterpolation), default is true.
Renamed the fcls with _pops_ to _develop_ (bad practice on my local branch that got picked up)
Added a fcl for null-wiremod modification.
Added a fcl for the full diagnostic available in ntuples, including the modified ROIs.
…n channelROI to recob::Wire. There is a different approach which should be used in the future and can be tested with UseChannelROIMode: true, which Harry introduced to skip these conversions. UseChannelROIMode is ideal, but it was tested with a small sample, need higher stats check to verify that closure is achieved also in this way.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this the best place for the ratio to live? it's probably fine, but a dedicated storage directory might be a good idea

@hausnerh hausnerh left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this looks good. There are some older modules included in here that I wrote way back when initially testing, and idk if they are strictly necessary and we might want to pare down this merge to simplify what goes into develop, but it's not breaking and probably nobody but me would even look at those files anyways

@jas1005

jas1005 commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

trigger build LArSoft/lar*@LARSOFT_SUITE_v10_22_00 SBNSoftware/sbn*@SBN_SUITE_v10_22_00

@FNALbuild

Copy link
Copy Markdown
Collaborator

✔️ CI build for LArSoft Succeeded on slf7 for c14:prof -- details available through the CI dashboard

@FNALbuild

Copy link
Copy Markdown
Collaborator

❌ CI build for ICARUS Failed at phase build ICARUS on slf7 for c14:prof -- details available through the CI dashboard

🚨 For more details about the failed phase, check the build ICARUS phase logs

parent CI build details are available through the CI dashboard

@FNALbuild

Copy link
Copy Markdown
Collaborator

✔️ CI build for LArSoft Succeeded on slf7 for e26:prof -- details available through the CI dashboard

@FNALbuild

Copy link
Copy Markdown
Collaborator

❌ CI build for ICARUS Failed at phase build ICARUS on slf7 for e26:prof -- details available through the CI dashboard

🚨 For more details about the failed phase, check the build ICARUS phase logs

parent CI build details are available through the CI dashboard

@jas1005

jas1005 commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

trigger build LArSoft/lar*@LARSOFT_SUITE_v10_22_00 SBNSoftware/sbn*@SBN_SUITE_v10_22_00 SBNSoftware/sbndaq-artdaq-core@v1_10_06

@FNALbuild

Copy link
Copy Markdown
Collaborator

✔️ CI build for LArSoft Succeeded on slf7 for c14:prof -- details available through the CI dashboard

@FNALbuild

Copy link
Copy Markdown
Collaborator

✔️ CI build for LArSoft Succeeded on slf7 for e26:prof -- details available through the CI dashboard

@FNALbuild

Copy link
Copy Markdown
Collaborator

❌ CI build for ICARUS Failed at phase build ICARUS on slf7 for c14:prof -- details available through the CI dashboard

🚨 For more details about the failed phase, check the build ICARUS phase logs

parent CI build details are available through the CI dashboard

@FNALbuild

Copy link
Copy Markdown
Collaborator

❌ CI build for ICARUS Failed at phase build ICARUS on slf7 for e26:prof -- details available through the CI dashboard

🚨 For more details about the failed phase, check the build ICARUS phase logs

parent CI build details are available through the CI dashboard

@jas1005

jas1005 commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

trigger build LArSoft/lar*@LARSOFT_SUITE_v10_22_00 SBNSoftware/sbndaq-artdaq-core@v1_10_06 SBNSoftware/sbn*@SBN_SUITE_v10_22_00

@FNALbuild

Copy link
Copy Markdown
Collaborator

✔️ CI build for LArSoft Succeeded on slf7 for c14:prof -- details available through the CI dashboard

@FNALbuild

Copy link
Copy Markdown
Collaborator

❌ CI build for ICARUS Failed at phase build ICARUS on slf7 for c14:prof -- details available through the CI dashboard

🚨 For more details about the failed phase, check the build ICARUS phase logs

parent CI build details are available through the CI dashboard

@FNALbuild

Copy link
Copy Markdown
Collaborator

✔️ CI build for LArSoft Succeeded on slf7 for e26:prof -- details available through the CI dashboard

@FNALbuild

Copy link
Copy Markdown
Collaborator

❌ CI build for ICARUS Failed at phase build ICARUS on slf7 for e26:prof -- details available through the CI dashboard

🚨 For more details about the failed phase, check the build ICARUS phase logs

parent CI build details are available through the CI dashboard

@jas1005

jas1005 commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

@francescopoppi, @gputnam, and @hausnerh,

Looks like there are some badly named/linked modules (see end of this comment) that need fixing before this PR can build. The twin PR (#918) for production did not have such errors (or the authors remedied things before I started the release manager's build). Might be good to model things after that PR if it still makes sense with how production has diverged from develop. It's also possible that something was incorrectly propagated from production to develop in the recent migration. Let me know if I should pull over some changes to get things to build if addressing the errors below goes directly against your intention/intuition.

3772: -- =============================================================================
3773: -- SQLITE3: SQLite::SQLite3
3774: -- 
3775: -- Configuring done (37.9s)
3776: CMake Error at /cvmfs/larsoft.opensciencegrid.org/products/cetmodules/v3_24_01/Modules/CetMakeLibrary.cmake:456 (target_link_libraries):
3777:   Target "WireModifier_module" links to:
3778: 
3779:     sbncode::WireMod_Utility
3780: 
3781:   but the target was not found.  Possible reasons include:
3782: 
3783:     * There is a typo in the target name.
3784:     * A find_package call is missing for an IMPORTED target.
3785:     * An ALIAS target is missing.
3786: 
3787: Call Stack (most recent call first):
3788:   /cvmfs/larsoft.opensciencegrid.org/products/cetmodules/v3_24_01/Modules/BasicPlugin.cmake:312 (cet_make_library)
3789:   /cvmfs/larsoft.opensciencegrid.org/products/cetmodules/v3_24_01/Modules/compat/art/art::module.cmake:30 (basic_plugin)
3790:   /cvmfs/larsoft.opensciencegrid.org/products/cetmodules/v3_24_01/Modules/BasicPlugin.cmake:373 (art::module)
3791:   /cvmfs/larsoft.opensciencegrid.org/products/cetmodules/v3_24_01/Modules/BasicPlugin.cmake:373 (cmake_language)
3792:   /cvmfs/larsoft.opensciencegrid.org/products/cetmodules/v3_24_01/Modules/compat/art/BuildPlugins.cmake:86 (cet_build_plugin)
3793:   /cvmfs/larsoft.opensciencegrid.org/products/cetmodules/v3_24_01/Modules/compat/art/BuildPlugins.cmake:65 (build_plugin)
3794:   icaruscode/icaruscode/WireMod/CMakeLists.txt:168 (simple_plugin)
3795: 
3796: 
3797: CMake Error at /cvmfs/larsoft.opensciencegrid.org/products/cetmodules/v3_24_01/Modules/CetMakeLibrary.cmake:456 (target_link_libraries):
3798:   Target "WireModifierXXW_module" links to:
3799: 
3800:     sbncode::WireMod_Utility
3801: 
3802:   but the target was not found.  Possible reasons include:
3803: 
3804:     * There is a typo in the target name.
3805:     * A find_package call is missing for an IMPORTED target.
3806:     * An ALIAS target is missing.
3807: 
3808: Call Stack (most recent call first):
3809:   /cvmfs/larsoft.opensciencegrid.org/products/cetmodules/v3_24_01/Modules/BasicPlugin.cmake:312 (cet_make_library)
3810:   /cvmfs/larsoft.opensciencegrid.org/products/cetmodules/v3_24_01/Modules/compat/art/art::module.cmake:30 (basic_plugin)
3811:   /cvmfs/larsoft.opensciencegrid.org/products/cetmodules/v3_24_01/Modules/BasicPlugin.cmake:373 (art::module)
3812:   /cvmfs/larsoft.opensciencegrid.org/products/cetmodules/v3_24_01/Modules/BasicPlugin.cmake:373 (cmake_language)
3813:   /cvmfs/larsoft.opensciencegrid.org/products/cetmodules/v3_24_01/Modules/compat/art/BuildPlugins.cmake:86 (cet_build_plugin)
3814:   /cvmfs/larsoft.opensciencegrid.org/products/cetmodules/v3_24_01/Modules/compat/art/BuildPlugins.cmake:65 (build_plugin)
3815:   icaruscode/icaruscode/WireMod/CMakeLists.txt:206 (simple_plugin)
3816: 
3817: 
3818: -- Generating done (7.1s)
3819: CMake Warning:
3820:   Manually-specified variables were not used by the project:
3821: 
3822:     ICARUS
3823: 
3824: 
3825: CMake Generate step failed.  Build files cannot be regenerated correctly.
3826: 
3827: 
3828: FATAL ERROR: stage cmake FAILED for MRB project ICARUS ICARUS_lar_ci with code 1``` 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants